Html Css Color HEX #707BBC Chetwode Blue

📋 copy color: '#707BBC'

red 112 ◦ green 123 ◦ blue 188

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

Shades of Chetwode Blue #707BBC

Tints of Chetwode Blue #707BBC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.08%

 BLUE value IS 188 (73.83% from 255) = 44.44%

R = 26.48%
G = 29.08%
B = 44.44%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#707BBC (or 0x707BBC) is known color: Chetwode Blue. HEX triplet: 70, 7B and BC. RGB value is (112,123,188). Sum of RGB (Red+Green+Blue) = 112+123+188=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #707BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707BBC is #8F8443. Grayscale: #7E7E7E. Windows color (decimal): -9405508 or 12352368. OLE color: 12352368.

HSL color Cylindrical-coordinate representation of color #707BBC: hue angle of 231.32º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #707BBC is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 123 188 -
CMYK 0.40 0.35 0 0.26
HSL 231.32º 0.36% 0.59% -
HSV(B) 231.32º 0.4% 0.74% -
XYZ 22.84 21.24 50.47 -
YUV 127.12 162.36 117.21 -
System Red Green Blue C M Y K H S L
Decimal 112 123 188 0.40 0.35 0 0.26 231.32 0.36 0.59
Hex 70 7B BC 28 23 0 1A E7 24 3B
Octal 160 173 274 50 43 0 32 347 44 73
Binary 1110000 1111011 10111100 101000 100011 0 11010 11100111 100100 111011

Color Harmonies of #707BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707BBC

Black with #707BBC

Text Example


Text Example

White with #707BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707BBC; }

 p { color: rgb(112,123,188); }

 H1.HeaderClassName
 {
   color: #707BBC;
 }
 .AnyTagClassName
 {
   color: #707BBC;
 }
</style>

background-color css

<style>
 a { background-color: #707BBC; }

 a { background-color: rgb(112,123,188); }

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

border-color css

<style>
 span { border-color: #707BBC; }

 span { border-color: rgb(112,123,188); }

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