Html Css Color HEX #7F69CE Moody Blue

📋 copy color: '#7F69CE'

red 127 ◦ green 105 ◦ blue 206

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

Shades of Moody Blue #7F69CE

Tints of Moody Blue #7F69CE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.97%

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

R = 29%
G = 23.97%
B = 47.03%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F69CE (or 0x7F69CE) is known color: Moody Blue. HEX triplet: 7F, 69 and CE. RGB value is (127,105,206). Sum of RGB (Red+Green+Blue) = 127+105+206=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F69CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F69CE is #809631. Grayscale: #7A7A7A. Windows color (decimal): -8427058 or 13527423. OLE color: 13527423.

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

Color convert

RGB 127 105 206 -
CMYK 0.38 0.49 0 0.19
HSL 253.07º 0.51% 0.61% -
HSV(B) 253.07º 0.49% 0.81% -
XYZ 24.94 19.07 60.76 -
YUV 123.09 174.79 130.79 -
System Red Green Blue C M Y K H S L
Decimal 127 105 206 0.38 0.49 0 0.19 253.07 0.51 0.61
Hex 7F 69 CE 26 31 0 13 FD 33 3D
Octal 177 151 316 46 61 0 23 375 63 75
Binary 1111111 1101001 11001110 100110 110001 0 10011 11111101 110011 111101

Color Harmonies of #7F69CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F69CE

Black with #7F69CE

Text Example


Text Example

White with #7F69CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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