Html Css Color HEX #8D9CBC Rock Blue

📋 copy color: '#8D9CBC'

red 141 ◦ green 156 ◦ blue 188

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

Shades of Rock Blue #8D9CBC

Tints of Rock Blue #8D9CBC

RGB

 RED value IS 141 (55.47% from 255) = 29.07%

 GREEN value IS 156 (61.33% from 255) = 32.16%

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

R = 29.07%
G = 32.16%
B = 38.76%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8D9CBC (or 0x8D9CBC) is known color: Rock Blue. HEX triplet: 8D, 9C and BC. RGB value is (141,156,188). Sum of RGB (Red+Green+Blue) = 141+156+188=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D9CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9CBC is #726343. Grayscale: #9B9B9B. Windows color (decimal): -7496516 or 12360845. OLE color: 12360845.

HSL color Cylindrical-coordinate representation of color #8D9CBC: hue angle of 220.85º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D9CBC is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 141 156 188 -
CMYK 0.25 0.17 0 0.26
HSL 220.85º 0.26% 0.65% -
HSV(B) 220.85º 0.25% 0.74% -
XYZ 31.95 33.07 52.28 -
YUV 155.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 141 156 188 0.25 0.17 0 0.26 220.85 0.26 0.65
Hex 8D 9C BC 19 11 0 1A DD 1A 41
Octal 215 234 274 31 21 0 32 335 32 101
Binary 10001101 10011100 10111100 11001 10001 0 11010 11011101 11010 1000001

Color Harmonies of #8D9CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9CBC

Black with #8D9CBC

Text Example


Text Example

White with #8D9CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D9CBC; }

 p { color: rgb(141,156,188); }

 H1.HeaderClassName
 {
   color: #8D9CBC;
 }
 .AnyTagClassName
 {
   color: #8D9CBC;
 }
</style>

background-color css

<style>
 a { background-color: #8D9CBC; }

 a { background-color: rgb(141,156,188); }

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

border-color css

<style>
 span { border-color: #8D9CBC; }

 span { border-color: rgb(141,156,188); }

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