Html Css Color HEX #7075BF Chetwode Blue

📋 copy color: '#7075BF'

red 112 ◦ green 117 ◦ blue 191

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

Shades of Chetwode Blue #7075BF

Tints of Chetwode Blue #7075BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.48%

R = 26.67%
G = 27.86%
B = 45.48%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7075BF (or 0x7075BF) is known color: Chetwode Blue. HEX triplet: 70, 75 and BF. RGB value is (112,117,191). Sum of RGB (Red+Green+Blue) = 112+117+191=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #7075BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7075BF is #8F8A40. Grayscale: #7B7B7B. Windows color (decimal): -9407041 or 12547440. OLE color: 12547440.

HSL color Cylindrical-coordinate representation of color #7075BF: hue angle of 236.2º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7075BF is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 117 191 -
CMYK 0.41 0.39 0 0.25
HSL 236.2º 0.38% 0.59% -
HSV(B) 236.2º 0.41% 0.75% -
XYZ 22.45 19.93 51.95 -
YUV 123.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 112 117 191 0.41 0.39 0 0.25 236.2 0.38 0.59
Hex 70 75 BF 29 27 0 19 EC 26 3B
Octal 160 165 277 51 47 0 31 354 46 73
Binary 1110000 1110101 10111111 101001 100111 0 11001 11101100 100110 111011

Color Harmonies of #7075BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7075BF

Black with #7075BF

Text Example


Text Example

White with #7075BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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