Html Css Color HEX #7F62CD True V

📋 copy color: '#7F62CD'

red 127 ◦ green 98 ◦ blue 205

#7F62CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #7F62CD

Tints of True V #7F62CD

RGB

 RED value IS 127 (50% from 255) = 29.53%

 GREEN value IS 98 (38.67% from 255) = 22.79%

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 29.53%
G = 22.79%
B = 47.67%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7F62CD (or 0x7F62CD) is known color: True V. HEX triplet: 7F, 62 and CD. RGB value is (127,98,205). Sum of RGB (Red+Green+Blue) = 127+98+205=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F62CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F62CD is #809D32. Grayscale: #767676. Windows color (decimal): -8428851 or 13460095. OLE color: 13460095.

HSL color Cylindrical-coordinate representation of color #7F62CD: hue angle of 256.26º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F62CD is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 98 205 -
CMYK 0.38 0.52 0 0.20
HSL 256.26º 0.52% 0.59% -
HSV(B) 256.26º 0.52% 0.8% -
XYZ 24.14 17.66 59.89 -
YUV 118.87 176.61 133.8 -
System Red Green Blue C M Y K H S L
Decimal 127 98 205 0.38 0.52 0 0.20 256.26 0.52 0.59
Hex 7F 62 CD 26 34 0 14 100 34 3B
Octal 177 142 315 46 64 0 24 400 64 73
Binary 1111111 1100010 11001101 100110 110100 0 10100 100000000 110100 111011

Color Harmonies of #7F62CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F62CD

Black with #7F62CD

Text Example


Text Example

White with #7F62CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F62CD; }

 p { color: rgb(127,98,205); }

 H1.HeaderClassName
 {
   color: #7F62CD;
 }
 .AnyTagClassName
 {
   color: #7F62CD;
 }
</style>

background-color css

<style>
 a { background-color: #7F62CD; }

 a { background-color: rgb(127,98,205); }

 div.DivClassName
 {
   background-color: #7F62CD;
 }
 .BgClassName
 {
   background-color: #7F62CD;
 }
</style>

border-color css

<style>
 span { border-color: #7F62CD; }

 span { border-color: rgb(127,98,205); }

 td.TdClassName
 {
   border-color: #7F62CD;
 }
 .TagClassName
 {
   border-color: #7F62CD;
 }
</style>