Html Css Color HEX #7F65CE True V

📋 copy color: '#7F65CE'

red 127 ◦ green 101 ◦ blue 206

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

Shades of True V #7F65CE

Tints of True V #7F65CE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.27%

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 29.26%
G = 23.27%
B = 47.47%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F65CE (or 0x7F65CE) is known color: True V. HEX triplet: 7F, 65 and CE. RGB value is (127,101,206). Sum of RGB (Red+Green+Blue) = 127+101+206=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F65CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F65CE is #809A31. Grayscale: #787878. Windows color (decimal): -8428082 or 13526399. OLE color: 13526399.

HSL color Cylindrical-coordinate representation of color #7F65CE: hue angle of 254.86º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F65CE is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 101 206 -
CMYK 0.38 0.51 0 0.19
HSL 254.86º 0.52% 0.6% -
HSV(B) 254.86º 0.51% 0.81% -
XYZ 24.55 18.28 60.63 -
YUV 120.74 176.11 132.46 -
System Red Green Blue C M Y K H S L
Decimal 127 101 206 0.38 0.51 0 0.19 254.86 0.52 0.6
Hex 7F 65 CE 26 33 0 13 FF 34 3C
Octal 177 145 316 46 63 0 23 377 64 74
Binary 1111111 1100101 11001110 100110 110011 0 10011 11111111 110100 111100

Color Harmonies of #7F65CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F65CE

Black with #7F65CE

Text Example


Text Example

White with #7F65CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,101,206); }

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

background-color css

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

 a { background-color: rgb(127,101,206); }

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

border-color css

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

 span { border-color: rgb(127,101,206); }

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