Html Css Color HEX #7075CE Moody Blue

📋 copy color: '#7075CE'

red 112 ◦ green 117 ◦ blue 206

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

Shades of Moody Blue #7075CE

Tints of Moody Blue #7075CE

RGB

 RED value IS 112 (44.14% from 255) = 25.75%

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

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

R = 25.75%
G = 26.9%
B = 47.36%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7075CE (or 0x7075CE) is known color: Moody Blue. HEX triplet: 70, 75 and CE. RGB value is (112,117,206). Sum of RGB (Red+Green+Blue) = 112+117+206=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #7075CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7075CE is #8F8A31. Grayscale: #7D7D7D. Windows color (decimal): -9407026 or 13530480. OLE color: 13530480.

HSL color Cylindrical-coordinate representation of color #7075CE: hue angle of 236.81º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7075CE is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 117 206 -
CMYK 0.46 0.43 0 0.19
HSL 236.81º 0.49% 0.62% -
HSV(B) 236.81º 0.46% 0.81% -
XYZ 24.18 20.62 61.1 -
YUV 125.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 112 117 206 0.46 0.43 0 0.19 236.81 0.49 0.62
Hex 70 75 CE 2E 2B 0 13 ED 31 3E
Octal 160 165 316 56 53 0 23 355 61 76
Binary 1110000 1110101 11001110 101110 101011 0 10011 11101101 110001 111110

Color Harmonies of #7075CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7075CE

Black with #7075CE

Text Example


Text Example

White with #7075CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7075CE; }

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

 H1.HeaderClassName
 {
   color: #7075CE;
 }
 .AnyTagClassName
 {
   color: #7075CE;
 }
</style>

background-color css

<style>
 a { background-color: #7075CE; }

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

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

border-color css

<style>
 span { border-color: #7075CE; }

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

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