Html Css Color HEX #7F75CE Moody Blue

📋 copy color: '#7F75CE'

red 127 ◦ green 117 ◦ blue 206

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

Shades of Moody Blue #7F75CE

Tints of Moody Blue #7F75CE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26%

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

R = 28.22%
G = 26%
B = 45.78%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F75CE (or 0x7F75CE) is known color: Moody Blue. HEX triplet: 7F, 75 and CE. RGB value is (127,117,206). Sum of RGB (Red+Green+Blue) = 127+117+206=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F75CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F75CE is #808A31. Grayscale: #818181. Windows color (decimal): -8423986 or 13530495. OLE color: 13530495.

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

Color convert

RGB 127 117 206 -
CMYK 0.38 0.43 0 0.19
HSL 246.74º 0.48% 0.63% -
HSV(B) 246.74º 0.43% 0.81% -
XYZ 26.25 21.69 61.2 -
YUV 130.14 170.81 125.76 -
System Red Green Blue C M Y K H S L
Decimal 127 117 206 0.38 0.43 0 0.19 246.74 0.48 0.63
Hex 7F 75 CE 26 2B 0 13 F7 30 3F
Octal 177 165 316 46 53 0 23 367 60 77
Binary 1111111 1110101 11001110 100110 101011 0 10011 11110111 110000 111111

Color Harmonies of #7F75CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F75CE

Black with #7F75CE

Text Example


Text Example

White with #7F75CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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