Html Css Color HEX #869EBE Rock Blue

📋 copy color: '#869EBE'

red 134 ◦ green 158 ◦ blue 190

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

Shades of Rock Blue #869EBE

Tints of Rock Blue #869EBE

RGB

 RED value IS 134 (52.73% from 255) = 27.8%

 GREEN value IS 158 (62.11% from 255) = 32.78%

 BLUE value IS 190 (74.61% from 255) = 39.42%

R = 27.8%
G = 32.78%
B = 39.42%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#869EBE (or 0x869EBE) is known color: Rock Blue. HEX triplet: 86, 9E and BE. RGB value is (134,158,190). Sum of RGB (Red+Green+Blue) = 134+158+190=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #869EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869EBE is #796141. Grayscale: #9A9A9A. Windows color (decimal): -7954754 or 12492422. OLE color: 12492422.

HSL color Cylindrical-coordinate representation of color #869EBE: hue angle of 214.29º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #869EBE is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 158 190 -
CMYK 0.29 0.17 0 0.25
HSL 214.29º 0.3% 0.64% -
HSV(B) 214.29º 0.29% 0.75% -
XYZ 31.35 33.24 53.48 -
YUV 154.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 134 158 190 0.29 0.17 0 0.25 214.29 0.3 0.64
Hex 86 9E BE 1D 11 0 19 D6 1E 40
Octal 206 236 276 35 21 0 31 326 36 100
Binary 10000110 10011110 10111110 11101 10001 0 11001 11010110 11110 1000000

Color Harmonies of #869EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869EBE

Black with #869EBE

Text Example


Text Example

White with #869EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869EBE; }

 p { color: rgb(134,158,190); }

 H1.HeaderClassName
 {
   color: #869EBE;
 }
 .AnyTagClassName
 {
   color: #869EBE;
 }
</style>

background-color css

<style>
 a { background-color: #869EBE; }

 a { background-color: rgb(134,158,190); }

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

border-color css

<style>
 span { border-color: #869EBE; }

 span { border-color: rgb(134,158,190); }

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