Html Css Color HEX #7B8CCA Wild Blue Yonder

📋 copy color: '#7B8CCA'

red 123 ◦ green 140 ◦ blue 202

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

Shades of Wild Blue Yonder #7B8CCA

Tints of Wild Blue Yonder #7B8CCA

RGB

 RED value IS 123 (48.44% from 255) = 26.45%

 GREEN value IS 140 (55.08% from 255) = 30.11%

 BLUE value IS 202 (79.3% from 255) = 43.44%

R = 26.45%
G = 30.11%
B = 43.44%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7B8CCA (or 0x7B8CCA) is known color: Wild Blue Yonder. HEX triplet: 7B, 8C and CA. RGB value is (123,140,202). Sum of RGB (Red+Green+Blue) = 123+140+202=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B8CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8CCA is #847335. Grayscale: #8D8D8D. Windows color (decimal): -8680246 or 13274235. OLE color: 13274235.

HSL color Cylindrical-coordinate representation of color #7B8CCA: hue angle of 227.09º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B8CCA is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 123 140 202 -
CMYK 0.39 0.31 0 0.21
HSL 227.09º 0.43% 0.64% -
HSV(B) 227.09º 0.39% 0.79% -
XYZ 28.21 27.23 59.65 -
YUV 141.99 161.87 114.46 -
System Red Green Blue C M Y K H S L
Decimal 123 140 202 0.39 0.31 0 0.21 227.09 0.43 0.64
Hex 7B 8C CA 27 1F 0 15 E3 2B 40
Octal 173 214 312 47 37 0 25 343 53 100
Binary 1111011 10001100 11001010 100111 11111 0 10101 11100011 101011 1000000

Color Harmonies of #7B8CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8CCA

Black with #7B8CCA

Text Example


Text Example

White with #7B8CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B8CCA; }

 p { color: rgb(123,140,202); }

 H1.HeaderClassName
 {
   color: #7B8CCA;
 }
 .AnyTagClassName
 {
   color: #7B8CCA;
 }
</style>

background-color css

<style>
 a { background-color: #7B8CCA; }

 a { background-color: rgb(123,140,202); }

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

border-color css

<style>
 span { border-color: #7B8CCA; }

 span { border-color: rgb(123,140,202); }

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